價格:免費
更新日期:2016-12-05
檔案大小:1.3M
目前版本:1.0
版本需求:Android 4.2 以上版本
官方網站:http://merkmod.co.in
Email:mkodekar@zoho.com
聯絡地址:12, Yackoob Street , Arsiwala Building , Ibrahim Rehmatulla Road, Near J.J. Hospital, Room number 2, Ground floor , Mandvi, Mumbai -400003
Alternative to show Toast or an alert message just inside your activity.
It follows any view group but wont display outside your Activity.
##Credits
code-mc
https://github.com/code-mc/loadtoast
slightly based on the same concept.
##Dependency
Add this in your root gradle / in simple word the project level gradle file
under allprojects
```
repositories {
maven { url 'https://jitpack.io' }
}
```
and in app level gradle file under dependencies
```
compile 'com.github.mkodekar:AchievementToast:0.1'
```
##Usage
Just use it as you use toast but unlike toast it has multiple method inferences / implementation
please refer to the sample app for more details.
## Contributing
Please fork this repository and contribute back using
[pull requests](https://github.com/mkodekar/AchievementToast/pulls).
Any contributions, large or small, major features, bug fixes, are welcomed and appreciated
but will be thoroughly reviewed .